Add provide line
authorjustbur <justin@burkett.cc>
Thu, 2 Jul 2015 13:19:48 +0000 (09:19 -0400)
committerjustbur <justin@burkett.cc>
Thu, 2 Jul 2015 13:19:48 +0000 (09:19 -0400)
which-key.el

index 0588d170086beb77453acd7c20a4fd7da5c4cae5..968a52c7a24423d5b458d423e7d7d8d2202951b0 100644 (file)
@@ -179,3 +179,5 @@ replace and the cdr is the replacement text. "
   "Deactivate idle timer."
   (cancel-timer which-key--timer))
 
+(provide 'which-key)
+